home *** CD-ROM | disk | FTP | other *** search
/ Electronic Clipper 1995 April / Electronic Clipper 1995-04.iso / pc / pc_users / ideasrc / zdolphin.dir / 00001_Script_1 next >
Text File  |  1995-03-03  |  1KB  |  41 lines

  1. on exitFrame
  2.   if soundbusy(1) then
  3.     go the frame
  4.   end if
  5.   if the frame = 1 then
  6.     put "1" into word 2 of field "count"
  7.   end if
  8.   if the frame = 2 then
  9.     put "1" into word 2 of field "count"
  10.   end if
  11.   if the frame = 12 then
  12.     put "2" into word 2 of field "count"
  13.   end if
  14.   if the frame = 28 then
  15.     put "3" into word 2 of field "count"
  16.   end if
  17.   if the frame = 40 then
  18.     put "4" into word 2 of field "count"
  19.   end if
  20.   if the frame = 52 then
  21.     put "5" into word 2 of field "count"
  22.   end if
  23.   if the frame = 58 then
  24.     put "6" into word 2 of field "count"
  25.   end if
  26.   if the frame = 75 then
  27.     put "7" into word 2 of field "count"
  28.   end if
  29.   if the frame = 82 then
  30.     put "8" into word 2 of field "count"
  31.   end if
  32.   if the frame = 92 then
  33.     put "9" into word 2 of field "count"
  34.   end if
  35.   if the frame = 100 then
  36.     put "10" into word 2 of field "count"
  37.   end if
  38.   if the frame = 107 then
  39.     put "11" into word 2 of field "count"
  40.   end if
  41. end